*{
    margin:0;
    padding: 0;
}

html,body{
    width:100%;
    margin: 0;
    padding:0;
}
body{
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
img{max-width:100%}
a,a:hover{
    text-decoration: none;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
ul li{
    list-style: none;
}

h1,h2,h3,h4,h5,p{
    padding:0;
    margin:0;
}

.fl{
    float:left;
}
.fr{
    float: right;
}
.b{width:100%}
.no-padding-l{
    padding-left:0;
}
.no-padding-r{
    padding-right:0;
}
.no-margin-top{
    margin-top:0;
}
/* .width25{width:25%;}
.width30{width:30%;}
.width44{width:44%} */
.width50{
    width:50%;
}
.width33{
    width:33.333%;
}
.width67{
    width:66.667%;
}
.width15{
    width:15%;
}
.width80{
    width:80%;
}
.width85{
    width:85%;
}
.width20{width:20%;}
.font20{
    font-size: 20px;
}
.black-font{
    color:#000;
}
.bg-white{
    background:#fff;
}
.bq{
    text-align: center;
    font-weight: 600;
}
.swiper-pagination{
bottom: 0;
    right: 30%;
	}

.swiper-pagination-bullet-active{background:#fff;}

@media(min-width:1350px){
    .container{
        width:1320px;
    }
}
.box-box{overflow:hidden}



/* äºŒçº§å¯¼èˆª */
.sub_nav{border-bottom:1px solid #e0e0e0;width:100%; overflow:hidden;}
.sub_nav ul{font-size:0;width:1320px;margin:0 auto;}
.sub_nav li{display:inline-block;}
.sub_nav li a{display:block; text-align:center;font-size:16px; color:#777; position:relative;padding:15px 30px; }
.sub_nav li.cur a{color:#fff; background:#fe0000;}
.sub_nav li.cur a:after{left:0; width:100%;}
.sub_nav li:hover a{color:#fff; background:#fe0000;}
.sub_nav li:hover a:after{left:0; width:100%;}


/* banner-c */
.banner-c{
    width:100%;
    overflow: hidden;
    position: relative;
}
.banner-c img{
    width:100%;
}
.banner-b{
    position: absolute;
    left:15%;
    top:50%;
    z-index: 9;
    color:#fff;
}
.banner-t{
    font-size:42px;
    line-height: 50px;
    font-weight: bold;
}
.banner-d{
    font-size:20px;
    line-height: 60px;
}
.content{
    padding:60px 0;
}
.content img{height:auto !important;}

.fazhan-con .con-tit,.fazhan-con .news-lm{
text-align:center;
}

/* 首页 */
.banner{
    width:100%;
}
.box1{
    padding:60px 0;
	width:100%;
	overflow:hidden;
}
.h-ab{
    padding:60px 0;
}
.box1 h1{
    font-weight: bold;
	margin-bottom:20px;
}
.box1 h1 span{
    color:#fe0000;
}
.h-ab-desc{
    margin:60px 0;
    color: #555;
}
.h-ab-desc a{color:#777;}
.h-ab-btn a{
    display: inline-block;
    color:#555;
    border-bottom:2px solid #fe0000;
}
.h-ab-btn a:hover{
    color:#fe0000
}

.h-wh{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.h-wh img{
    width:100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-wh-c{
    position:absolute;
    bottom:0;
    left:0;
    padding:40px;
    color:#fff;
}
.h-wh-desc{
    margin-bottom:40px;
}
.h-wh-c h1{
    text-transform: uppercase;
    font-weight: bold;
}
.h-wh:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.h-item{
    padding-top:60px;
}
.h-video,.h-video video{
    width:100%;
	height:327px;
}



/* 公司概况 */
.cat-gsgk{
    width:100%;
}
.cat-gk{
    width:100%;
    padding:80px 0 45px;
}

.cat-gk img{
    display: block;
    margin: 0 auto;
    background:url(../../images/gsgk-bg.jpg) center fixed;
}

.cat-gsgk-con{
    width:80%;
    text-align: center;
    margin: 0 auto;
    color: #777;
}
.cat-gsgk-shuzi{
    padding:60px 0;
    width:96%;
    margin:60px auto;
    background:url(../../images/shuzi_bg.jpg) no-repeat center;
}
.cat-gs-item{
    width:100%
}
.cat-gs-list{
    width:100%;
}
.i{
    width:100%;
    overflow: hidden;
}
.i img{
    max-width:100%;
    display: block;
    margin:0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.c{
    padding:30px 10px;
}
.c h2{
    color:#000;
}
.c .c-d{
    color:#555;
    margin:20px 0 40px;
    height:60px;
    overflow: hidden;
}

.shuzi-item{
    text-align: center;
    color:#fff
}
.shuzi-item span{
    font-size:60px;
    font-weight: bold;
    color:#fe0000;
}
.cat-gs-list:hover .i img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cat-gs-list:hover .a-btn{
    color:#fe0000;
    border-bottom:4px solid #fe0000;
}

.cat-fazhan{
    margin:60px 0;
    position: relative;
    overflow: hidden;
}
.cat-fazhan img{
    width:100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.cat-fazhan-c{
    position: absolute;
    left:0;
    top:0;
    z-index: 9;
    width:50%;
    padding:60px;
    color:#fff;
}
.cat-fazhan-info{
    margin:40px 0;
}
.a-btn{
    color:#000;
    display: inline-block;
    border-bottom:4px solid #ccc;
	color:#fff;
}

.cat-fazhan:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/* 内容 */
.margin-b60{
    margin-bottom:60px;
}
.content h2{
    text-align: center;
}
.pic-box{
    width:100%;
    position: relative;
}
.pic-i{
    position:relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    text-align: center;
    padding:5px;
    border:1px solid #e0e0e0;
    margin-bottom:30px;
}
.pic-i a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.pic-i a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.pic-con{
    opacity: 0;
    position:absolute;
    width:100%;
    height:210px;
    left:0;
    top:0;
    background:rgba(4,49,91,.6);
    text-align: center;
    padding-top:80px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.pic-con a{
    color:#fff;
}
.pic-fh{
    font-size:48px;
}
.pic-t{
    margin-top:60px;
	height: 30px;
    overflow: hidden;
}
.pic-box:hover .pic-i a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pic-box:hover .pic-con{
    opacity: 1;
}






/* 新闻 */
.box2{
    background: url(../../images/n-bg.jpg) no-repeat center;
    padding:60px 0;
}
.box2 h1{
    font-weight: bold;
}
.box2 h1 span{
    color:#fe0000;
}
.h-box{
    margin-top:60px;
    color:#777;
}
.h-box a{
    color:#777;
}
.h-news-li1-box{
    background:#fff;
    padding:60px 40px;
    height:360px;
}
.h-news-li1-date{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-family: "arial";
}
.h-news-li1-date span{
    font-size:120px;
    display: inline-block;
    line-height: 120px;
}
.h-news-li1-date b{
    font-weight: normal;
}
.h-news-li1-t{
    margin-top:20px;
}
.h-news-li2{
    height:360px;
	width:100%;
    position: relative;
	background-size:cover;
	transition:all .8s;
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-o-transition:all .8s;
}
.h-new-li2-box{
    background: rgba(0,0,0,.4);
    padding:40px 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    color:white;
}
.h-new-li2-box a{
    color:white;
}
.h-news-li2-t{
    font-weight: bold;
}
.h-news-li{
    padding:60px 40px;
/*     box-shadow: 0 0 20px; */
}
.h-n-box{
overflow:hidden;
}
.h-n-box:hover .h-news-li2{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
}

.h-news-li-t{
    margin:40px 0;
    height:120px;
    font-weight: bold;
}
.h-news-li-t a{
    color:#000;
}
.h-news-li-btn{
    font-size:14px;
}
.h-news-li:hover .h-news-li-btn a{
    color:#fe0000;
}
.h-news-li1-box:hover,.h-news-li:hover{
    background:#fff;
}

.company-news{
    background: url(../../images/news-bg.jpg) no-repeat;
    position: relative;
    padding-top:200px;
    color:#fff;
}
.company-news h1{
    margin-bottom:40px;
}
.company-news-i{
    overflow: hidden;
	height:257px;
}
.company-news-i img{
    display: block;
    margin:0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.company-news-c{
    color:#000;
    padding:30px 10px;
    border-bottom:1px solid #e0e0e0;
    transition: all .8s;
}
.company-news-c h3{
height:70px;
overflow:hidden;
line-height:36px;
}
.company-news-date{
    font-size: 14px;
    color:#777;
    margin-top:20px;
}
.company-news-box:hover .company-news-i img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.company-news-box:hover .company-news-c{
    background-color:#fe0000;
    color:#fff;
}

.industry-news{
    padding:60px 0;
}
.industry-news h1{
    margin-top:40px;
}
.industry-news-list li{
    padding:30px 0;
    border-bottom:1px solid #e0e0e0;
	transition:all .8s;
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-o-transition:all .8s;
}
.industry-news-date{
    text-align: center;
    border-right:1px solid #e0e0e0;
    color:#777;
    padding:40px 0;
}
.industry-news-date span{
    display: block;
    font-size:36px;
    margin-bottom:10px;
    font-weight: bold;
    color:#fe0000
}
.industry-news-c{
    padding:20px 0;
}
.industry-news-c h3{
    font-size:20px;
}
.industry-news-c h3 a{
    color:#000;
}
.industry-news-info{
    margin-top:15px;
}
.industry-news-info a{
    color:#777;
}
.industry-news-i{
    width:100%;
    position: relative;
    display: table;
    height:159px;
    overflow: hidden;
    text-align: center;
}
.industry-news-i a{
    display: inline-table;
    height:159px;
    width: 100%;
    vertical-align: middle;
}
.industry-news-i a img{
    max-width:100%;
    max-height:159px;
    margin:0 atuo;
}
.industry-news-list li:hover .industry-news-c h3 a{
    color:#fe0000;
}
.industry-news-list li:hover{
    transform: translateX(40px);
	-webkit-transform:translateX(40px);
	-moz-transform:translateX(40px);
	-o-transform:translateX(40px);
}

.news-btn{
    width:200px;
    text-align: center;
    border:1px solid #e0e0e0;
    line-height: 40px;
    margin:0 auto;
    margin-top:40px;
}
.news-btn a{
    color:#999;
    display: block;
}
.news-btn a:hover{
    background:#fe0000;
    color:#fff;
}
.con-tit{
    font-size:30px;
    line-height: 40px;
}
.news-lm{
    font-size:14px;
    color:#999;
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #e0e0e0;
}
.news-content{
    margin-top:60px;
}
.news-content img{height:auto !important;}
.latest-news{
    width:100%;
    border-left:1px solid #e0e0e0;
    padding:0 30px;
    min-height:300px;
}
.latest-tit{
    font-size:24px;
}
.latest-item{
    margin-top:30px;
}
.latest-item li{
    border:1px solid #e0e0e0;
    padding:20px;
    background:#eee;
    margin-bottom:20px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.latest-date{
    font-size:14px;
    color:#777;
}
.latest-t a{
    color:#555;
    margin-top:15px;
    display: block;
}

.latest-item li:hover{
    background:#fe0000;
}
.latest-item li:hover .latest-t a{
    color:#fff;
}
.latest-item li:hover .latest-date{
    color:#ccc;
}









/* 产品 */
.h-pro-desc{
    color:#777;
    margin-top:20px
}
.h-pro-i{
    width:100%;
    overflow: hidden;
	height:540px;
}
.h-pro-i img{
    display: block;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
	max-height:540px;
}
.h-pro-c{
    padding:60px 0px;
}
.h-pro-c h1{
    display: inline-block;
    border-bottom:4px solid #fe0000;
    padding-bottom:20px;
}
.h-pro-c-info{
    margin:60px 0;
}

.swiper-pro:hover .swiper-slide .h-pro-i img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.swiper-pro:hover .swiper-slide .h-pro-c-btn{
    color:#fe0000;    
}

.product{
    background:url(../../images/pro-bg.jpg) no-repeat center;
    height:1000px;
}
.product-box{
    position: relative;
    overflow: hidden;
}
.product-t{
    width:100%;
    line-height: 100px;
    border-top:1px solid #555;
    text-align: center;
    color:white;
    font-size:20px;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 9;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.product-c{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    padding:140px 60px;
    top:100%;
    left:0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    color:#fff;
}
.product-c-t{
    width:100%;
    line-height: 100px;
    border-top: 1px solid #555;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255,255,255,.8);
    color: #fe0000;
    border-bottom: 4px solid #fe0000;
}
.product-btn{
    width:200px;
    line-height: 36px;
    border: 1px solid #555;
    margin:0 auto;
    margin-top:60px;
}
.product-btn a{
    display: block;
    color:#fe0000;
    text-align: center;
}

.product-box:hover .product-t{
    bottom:-100px;
}
.product-box:hover .product-c{
    top:0;
}
.product-item{
    margin-top:60px;
}
.product-con-item li{
padding:20px 0;
    margin-bottom:30px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.product-pic{
    overflow: hidden;
}
.product-pic img{
    display: block;
    margin:0 auto;
    max-height:300px;
}
.product-content{
    padding:60px 0;
}
.product-content h3{
    margin-bottom:30px;
    font-weight: bold;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.product-desc{
    color:#777;
}
.product-bt{
    padding-top:60px;
}
.xiangqing,.zixun{
    width:120px;
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
    border:1px solid #999;
}
.xiangqing{
    margin-bottom:30px;
}
.xiangqing a,.zixun a{
    color:#999;
    display: block;
}
.xiangqing a:hover,.zixun a:hover{
    background:#fe0000;
    color:#fff;
}
.product-con-item li:hover{
    background:#fff;
    box-shadow: 0px 0px 10px 5px #ccc;
}
.product-con-item li:hover .product-content h3{
    color:#fe0000;
}

.pro-pic{
    width:100%;
    overflow: hidden;
    padding:10px;
    border:1px solid #e0e0e0;
}
.pro-pic img{
    display: block;
    margin:0 auto;
    max-height:620px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.pro-info{
    width:100%;
    overflow: hidden;
    margin-top:20px;
}
.pro-info h2{
    text-align: left;
    font-weight: 600;
    margin-bottom:30px;
}
.pro-info h2:after{
    content: "";
    display: block;
    width:60px;
    height:4px;
    background: #fe0000;
    margin-top:30px;
}
.pro-desc{
    height:90px;
    overflow: hidden;
    color:#777;
    margin-bottom:30px;
}
.pro-btn{
    width:320px;
    padding:20px 40px;
    background-color:#e0e0e0;
    margin-bottom:20px;
    overflow: hidden;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;}
.pro-btn img{
    width:60px;
    margin-right:30px;
    display: block;
    float: left;
}
.pro-btn a{
    color:#333;
    display: block;
}
.pro-btn span{
    font-size:14px;
    color:#777;
}
.pro-pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pro-btn:hover{
    background:#fff;
    border:1px solid #e0e0e0;
}

.pro-show-item{
    margin-top:60px;
}
.pro-show-item h3{
    font-weight: 600;
    color:#333;
    border-bottom:1px solid #e0e0e0;
    padding-bottom:10px;
}
.pro-show-item-intro,.pro-show-item-tech{
    padding:40px 0;
}
.pro-show-item-tech table tr td{
text-align:center;
border:1px solid #ddd;
}

.fanye{
    width:100%;
    overflow: hidden;
    font-size: 14px;
}
.fanye a{
    color:#777;
}

/* 投资 */
.tz-pic{
    position: relative;
    overflow: hidden;
}
.tz-desc{
    position: absolute;
    text-align: center;
    color:#fff;
    z-index: 9;
    left:38%;
    top:45%;
    font-size: 36px;
}
.tz-contact{
    margin-top:40px;
}
.tz-contact-bx{
    border:1px solid #e0e0e0;
    padding:15px;
    text-align: center;
    margin-bottom:30px;
}
.tz-item h1{
    margin-top:60px;
    margin-bottom:60px;
    text-align: center;
    font-weight: 600;
}
.tz-item-list-li{
    text-align: center;
}
.tz-item-list-li img{
    width:100px;
    display: block;
    margin:0 auto;
}
.tz-item-list-li-t{
    margin-top:30px;
    font-size: 24px;
    font-weight: bold;
    color:#333;
}
.tz-item-list-li-d{
    color:#777;
}
.l-tz-list{
position:relative;
}
.l-tz-list h1{
    text-align: center;
    font-weight: 600;
    margin-bottom:40px;
}
.l-tz-pic{
    width:65%;
    height:407px;
}
.l-tz-con{
    width:35%;
    padding:40px 20px;
    background:#555;
    height:407px;
    color:#fff;
}
.l-tz-con h3{
    line-height: 36px;
    height:108px;
    overflow: hidden;
}
.l-tz-desc{
    height:90px;
    overflow: hidden;
    color:#ccc;
    margin:40px 0;
}
.l-tz-btn{
    width:120px;
    border:1px solid #777;
    text-align: center;
}
.l-tz-btn a{
    display: block;
    color:#777;
}
.l-tz-btn a:hover{
    background:#fe0000;
    color:#fff;
}
.line{
    width:100%;
    height:1px;
    background:#e0e0e0;
}
.tz-item li{
    padding:20px 0;
    border-bottom:1px dotted #e0e0e0;
}
.tz-date{
    width:10%;
    font-size: 14px;
    color:#777;
}
.tz-info{
    width:90%;
}
.tz-info a{
    display: block;
    color:#333;
}
.tz-info i{
    color:#fe0000;
}
.tz-con-date{
    font-size: 14px;
    color:#777;
    text-align: center;
    padding:10px 0 40px;
    border-bottom:1px solid #e0e0e0;
}
.tz-con{
    margin-top:40px;
}









/* 加入 */
.box3{
    background:url(../../images/join-bg.jpg) no-repeat center;
    padding:40px 0;
    text-align: center;
    background-size: cover;
	transition:all .8s;
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-o-transition:all .8s;
}
.box3 a{
	display:block;
    color:#fff;
    font-weight: bold;
    font-size: 32px;
}
.box3:hover{
transform:translateY(10px);;
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-o-transform:translateY(10px);
}

.jobs-pic{
    width:50%;
}
.jobs-pic img{
    height:242px;
}
.jobs-d{
    height:242px;
    width:50%;
    padding:60px;
    background:#0073b9;
    color:#fff;
}
.jobs-d-en{
    font-size:30px;
    font-weight: 600;
}
.jobs-d-d{
    font-size: 18px;
    margin-top:20px;
}

.jobs-by{
    text-align: center;
    font-size: 32px;
    padding:60px 0;
}
.jobs-box{
    width:100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.jobs-item img{
    width:100px;
    display: block;
    margin:0 auto;
}
.jobs-item-t{
    text-align: center;
    font-size: 20px;
	color:#000;
}

.jobs-box:hover{
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.job-btn{
background:#fe0000;
width:160px;
text-align:center;
margin-top:40px;
}
.job-btn a{
display:block;
color:#fff;
line-height:40px;
}





/* 联系 */
.footer{
    background:#333;
    padding:60px 0;
    font-size: 14px;
}
.ft-item{
    margin-top:40px;
    color:#fff;
}
.ft-menu h4{
    margin-bottom:20px;
}

.ft-menu li{
    width:50%;
    float:left;
}

.ft-item a{
    color:#ccc;
}

.ft-contact{
    padding:0 80px;
    color:#ccc;
    border-left:1px solid #555;
    border-right:1px solid #555;
}
.ft-ewm{
    padding:0 40px;
	text-align:center;
}
.ewm-item{
    margin-top:30px;
	text-align:center;
}
.ewm{
    text-align: center;
}
.copyright{
    background:#000;
    padding:20px 0;
    color:#fff;
}
.copyright a{
    color:#fff;
}























/* 常用 */
.noshadow{
    box-shadow: none;
}
.swiper-button-prev, .swiper-button-next{
    color:#fff;
}
.swiper-pro .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width:48px;
    height:48px;
    background:url(../../images/r-jt.png) no-repeat;
    color:transparent;
}
.swiper-pro .swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-pro .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
background:none;
    width:48px;
    height:48px;
/*     color:transparent; */
	color:#ccc;
}


.culture-info{
text-align:center;
width:90%;
margin:40px auto;
color:#777;
}
.culture-list{padding:60px 40px;}
#pages{
margin:0 auto;
text-align:center;
}
#pages a{
color:#000;}
#pages span{
background:#fe0000;
color:white;
padding:5px 15px;}

input[type="text"]{
width:100%;
border:1px solid #ddd;
line-height:30px;
}
textarea{
border:1px solid #ddd;
}
.tz-contact-list{
border:1px solid #ddd;
padding:30px 40px;
text-align:center;
margin-bottom:30px;
}

/* 人力资源 */
  .big-boxs{
	padding: 60px 0px 100px;
}
.job-tit .tit{
	font-size: 18px;
	background: #e8e8e8;
	line-height: 50px;
	margin-bottom: 22px;
}
.job-list li{
	border-bottom: solid 1px #eaeaea;
	line-height: 52px;
	color: #717171;
}
.job-list .tit-info:nth-child(1) a{
	color: #717171;
	text-decoration: none;
}

.job-details h2{
	font-size: 30px;
	background: #e8e8e8;
	text-align: center;
	line-height: 72px;
}
.second-text{
	margin: 32px 0px;
}
.jobs .strong,.job-salary .strong,.job-demand{
	font-size: 26px;
	line-height: 52px;
}
.job-demand{
	border-top: solid 1px #e8e8e8;
	padding: 20px 0px;		
}

.jobs span,.job-salary span{
	color: #717171;
}
.job-salary .strong{
	color: #c20000;
}
.message{
padding:60px 0;
border-top:1px solid #ccc;
overflow:hidden;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
 background:#000;}



@media screen and (max-width: 1200px) and (min-width:1000px){
.h-ab{padding-top:0;}
.h-ab-desc{
height:100px;
overflow:hidden;
}
.h-video, .h-video video{height:236px;}
.h-wh-c h1{font-size:24px;}
.h-item{margin-top:0;}
.h-news-li1-date span{font-size:80px;}
.ft-contact{
padding:0 40px;
}
.copyright-c{width:50%}
.product-c{padding:60px;}
.product-content{padding:15px 0;}
.product-bt{padding-top:20px}
.banner-c{margin-top:100px;}
.jobs-d{height: 177px;padding: 40px;}
.company-news-i{height: 202px;}
.product-num-add{margin-left: 40px;}
}

@media screen and (max-width: 992px) {
.header .top{display:none;}

}


@media screen and (max-width: 992px) and (min-width:767px){
.h-ab{
padding-top:0;
}
.h-ab-desc{
height:90px;
overflow:hidden;
margin: 30px 0;
}
.h-wh-c h1{font-size:16px;}
.h-item{padding-top:0;}
.h-news-li1-date span{
font-size:40px;
}
.h-pro-c{padding: 0px;}
.ft-contact{padding:0 10px}
.copyright-c{width:100%;}
.product-c{padding:30px;}
.pic-i,.pic-i a{height:100px}
.pic-i a img{max-height:100px}
.pic-con{height:100px;padding-top: 40px;}
.pic-t{margin-top:10px;}
.banner-c{margin-top:80px;}
.product-content{padding-top:0px;}
.product-desc{height:60px; overflow:hidden;}
.product-bt{padding-top:20px;}
.xiangqing, .zixun{width:80px;}
.tz-date{width:15%}
.tz-info {
    width: 85%;
}
.tz-contact-list{padding: 30px 10px;}
.h-wh-c{padding:30px;}
.h-video, .h-video video{height: 180px;}

}

@media screen and (max-width: 767px) {
.sub_nav{display:none;}
.header{height:60px}
.banner-c{margin-top:60px;}
.header .left{width:30%;}
.banner-t{
font-size: 24px;
    line-height: 30px;
	}
.banner-b {
    position: absolute;
    left: 10%;
    top: 30%;
 }
.banner-d{
font-size: 14px;
    line-height: 30px;
}
.l-tz-pic,.l-tz-con{width:100%}
.tz-date{display:none}
.tz-info{width:100%;}

.box1 h1{font-size:24px;}
.h-ab{padding:0;}
.h-wh-c h1{font-size: 24px;}
.h-news-li1-box,.h-news-li2{width:100%;}
.h-news-li1-box{
	padding: 0px 40px;
    height: 260px;
}
.box2{background-size:cover;width:100%;overflow:hidden;}

.h-news-li{width:100%;padding: 30px 40px;}
.h-news-li1-date span{font-size:80px;}
.h-news-li-t{height:80px; overflow:hidden;margin: 20px 0;}
.h-pro-c{padding:60px 0 0}
.h-pro-c-info{margin:20px 0;}
.ft-item{margin-top:0; }
.ft-ewm{width:100%; text-align:center;}
.copyright-c{width:100%;font-size:14px; padding:0 10px;}

.pic-i,.pic-i a{height:130px}
.pic-i a img{max-height:130px;}
.pic-con{height:140px;padding-top:40px;}
.pic-t {
    margin-top: 10px;
}
.industry-news-date,.industry-news-info{display:none;}
.industry-news-c{padding:0;}
.i-n-l{width:100%}

.industry-news-i,.industry-news-i a{
height:60px;
overflow:hidden;}

.industry-news-i a img{
max-height: 60px;
}
.industry-news-c h3{
font-size: 16px;
    line-height: 30px;
	}
.product-bt{padding-top:0;}
.pro-show-item{padding:0 10px;}
.content{padding: 60px 10px;}
.h-item{padding-top:0;}
.h-wh{margin-top: 20px;}
.h-n-box{width:100%;}
.h-pro-i{height:auto;}
}
